vendor/golang.org/x/text/unicode/norm.Properties.tccc (field)
7 uses
vendor/golang.org/x/text/unicode/norm (current package)
forminfo.go#L44: tccc uint8 // trailing canonical combining class (ccc if not decomposition)
forminfo.go#L181: return ccc[p.tccc]
forminfo.go#L250: tccc: uint8(v),
forminfo.go#L265: p.tccc = c >> 2
iter.go#L267: prevCC := i.info.tccc
iter.go#L315: prevCC := i.info.tccc
iter.go#L378: prevCC = i.info.tccc
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |